utf8proc.git
2015-10-31 Peter ColbergFix deprecated warnings with Julia 0.4
2015-10-30 Peter ColbergTest `make install`
2015-10-30 Peter ColbergTest `make clean`
2015-10-30 Peter ColbergFix sscanf argument type for format %x
2015-10-30 Peter ColbergFix missing static declarations for internal functions
2015-10-30 Peter ColbergFix implicit function declarations
2015-10-30 Peter ColbergMove common test functions to separate module
2015-10-30 Peter ColbergFix installation of shared library symlinks
2015-10-30 Peter ColbergAdd missing files to `make clean`
2015-10-30 Steven G. JohnsonMerge pull request #57 from petercolberg/master
2015-10-30 Peter ColbergFix MinGW build test
2015-10-30 Peter ColbergDescribe interactive debugging for appveyor
2015-10-30 Steven G. JohnsonMerge pull request #56 from petercolberg/master
2015-10-30 Peter ColbergUse consistent indentation in Travis config
2015-10-30 Peter ColbergSet URLCACHE to JuliaLang cache server for Travis builds
2015-10-29 Peter ColbergGenerate fontforge font files in makefile
2015-10-29 Peter ColbergUpdate Unicode data
2015-10-29 Steven G. JohnsonMerge pull request #55 from petercolberg/master
2015-10-29 Peter ColbergEnable compiler warnings in makefile
2015-10-29 Peter ColbergDo not export internal unsafe_encode_char()
2015-07-06 Steven G. Johnsonadd missing NEWS links
2015-07-06 Steven G. Johnsonupdated NEWS for 1.3
2015-07-06 Steven G. JohnsonMerge pull request #51 from JuliaLang/cjh/unifont8
2015-06-29 Jiahao ChenUpdate Unicode data
2015-06-29 Jiahao ChenUpdate Unifont to 8.0.01
2015-06-26 Steven G. JohnsonMerge pull request #49 from JuliaLang/cjh/mw
2015-06-26 Jiahao Chen... Updated Unicode 8 data - now sorted internally by data...
2015-06-26 Jiahao ChenUpdate Unicode data
2015-06-25 Steven G. Johnsonsort keys to try to eliminate data dependence on Ruby...
2015-06-25 Jiahao Chen... Fix gitignore to ignore .so*
2015-06-24 Steven G. Johnsonfix #46 (make sure symbol-like codepoints have nonzero...
2015-06-24 Steven G. Johnsonupdate NEWS for #43 and #45
2015-06-23 Jiahao ChenUpdate README.md
2015-06-23 Jiahao ChenMerge pull request #45 from JuliaLang/cjh/unicode8
2015-06-23 Jiahao ChenForce Travis to spit out diff
2015-06-23 Jiahao ChenUpdated data file to Unicode 8.0.0
2015-06-20 Jiahao ChenMerge pull request #43 from JuliaLang/nl/flags
2015-06-20 Jiahao ChenMinor fixes to work with Unicode 8.0.0 data
2015-06-08 Milan Bouchet... Always pass -fPIC and -std=c99 in CFLAGS
2015-05-30 Tony KelmanFix make check
2015-05-30 Steven G. JohnsonMerge pull request #38 from jlec/jlec-master
2015-05-30 Steven G. Johnsonbump API/ABI version to 1.3, add NEWS
2015-05-30 Steven G. JohnsonMerge pull request #40 from JuliaLang/casefuncs
2015-05-30 Steven G. Johnsonadd toupper/tolower functions (for JuliaLang/julia...
2015-05-30 Steven G. JohnsonMerge pull request #35 from ScottPJones/spj/valid
2015-05-29 ScottPJonesAdd tests for valid codepoints and iterate function
2015-05-29 Scott Paul... Fix #34 handle 66 Unicode non-characters, also improve...
2015-05-29 Justin LecherEnhance build process
2015-04-09 Steven G. JohnsonMerge pull request #32 from JuliaLang/tk/ssize_t_typedef
2015-04-07 Tony KelmanPrefix other C99 typedefs with utf8proc_
2015-04-06 Tony KelmanUse a new typedef utf8proc_ssize_t to avoid define...
2015-04-05 Tony KelmanRun appveyor also on release branches
2015-03-30 Steven G. Johnsonrename DLLEXPORT to UTF8PROC_DLLEXPORT to prevent confl...
2015-03-28 Steven G. Johnsonbuild bench/bench for make check, to lessen the chance...
2015-03-28 Steven G. Johnsonfix some stray references to mojibake in the bench...
2015-03-28 Steven G. Johnsonupdated NEWS etc. for 1.2 release
2015-03-27 Steven G. Johnsonparens
2015-03-27 Steven G. Johnsongithub crossrefs in NEWS
2015-03-27 Steven G. JohnsonNEWS tweaks
2015-03-27 Steven G. JohnsonNEWS tweaks
2015-03-27 Steven G. Johnsonmore documentation English and formatting cleanups
2015-03-27 Steven G. JohnsonMerge pull request #31 from JuliaLang/nalimilan/destdir
2015-03-27 Steven G. Johnsonsome documentation improvements
2015-03-27 Milan Bouchet... Create additional symlinks to .so file on non-OSX
2015-03-27 Milan Bouchet... Add support for DESTDIR in make install
2015-03-27 Steven G. Johnsonindentation consistency
2015-03-27 Steven G. Johnsonput the API version as #defines in the header file...
2015-03-26 Steven G. Johnsonnote doxygen and other changes from #29 in NEWS
2015-03-23 Steven G. Johnsonmainpage dox tweaks
2015-03-23 Steven G. JohnsonMerge pull request #29 from jonas/doxygen
2015-03-22 Jonas FonsecaFix #26: use doxygen for generating API docs
2015-03-12 Steven G. Johnsonnote removal of plugins
2015-03-12 Steven G. Johnsonupdate NEWS for 1.2-dev
2015-03-12 Steven G. Johnsonremove requirement that get_property and decompose_char...
2015-03-12 Steven G. JohnsonMerge pull request #27 from JuliaLang/charwidth
2015-03-12 Steven G. Johnsonfix #2: add charwidth function
2015-03-10 Steven G. JohnsonMerge pull request #28 from tkelman/tk/cmake
2015-03-09 Tony KelmanTemporary fix for getting VERSION and SOVERSION into...
2015-03-09 Tony KelmanCreate appveyor.yml
2015-03-09 Tony Kelmantest cmake on travis
2015-03-09 Tony KelmanMinimal cmake build script
2015-03-08 Steven G. Johnsoncomment typos
2015-03-08 Steven G. Johnsonwhoops, forgot -Wl before -soname
2015-03-08 Steven G. Johnsonversion the shared library (fix #24)
2015-03-08 Steven G. Johnsonfix link
2015-03-06 Steven G. Johnsonmake travis script check whether utf8proc_data.c genera...
2015-03-06 Steven G. Johnsondirectory cleanup: move tests and data into subdirectories
2015-03-06 Steven G. Johnsonupdate for name change
2015-03-06 Steven G. Johnsontypo
2015-03-06 Steven G. Johnsonrename back to utf8proc now that we are taking over...
2014-12-14 Steven G. Johnsonrm note about obsolete grapheme rules from README,...
2014-12-14 Steven G. JohnsonMerge pull request #20 from JuliaLang/graphemes
2014-12-12 Steven G. Johnsonfix #15: redefine UTF8PROC_CATEGORY_CN to 0 consistent...
2014-12-12 Steven G. Johnsonupdate graphemes for Unicode 7, add utf8proc_grapheme_b...
2014-12-12 Steven G. Johnsongrapheme test for UAX#29
2014-12-12 Steven G. Johnsonutf8proc_version should return a different version...
2014-12-08 Steven G. JohnsonREADME updates
2014-09-24 Steven G. JohnsonMerge pull request #17 from JuliaLang/tk/dllexport
2014-09-23 Tony Kelmans/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/
2014-09-22 Tony Kelmanadd DLLEXPORT definition for __GNUC__ >= 4
next